home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr31 / arcid103.zip / ARCID.DOC < prev    next >
Text File  |  1993-05-09  |  13KB  |  296 lines

  1.  
  2.     ┌──────────────────────────────┐
  3.     │                              │
  4.     │  ╖────╖            ╖     ┐   │           Archive Identifier
  5.     │  ║    ║            ║     │   │
  6.     │  ║────╢ ┐──┐ ┌──┐  ║ ┌───│   │              Version 1.03
  7.     │  ║    ║ │    │     ║ │   │   │
  8.     │  ╜    ╜ ┘    └──┘  ╜ └───┘   │  (c) Copyright 1992-1993 - Stacy Smith
  9.     │                              │
  10.     └──────────────────────────────┘
  11.  
  12.                                 Courtesy of:
  13.  
  14.                         The Bloom Beacon-Picayune BBS
  15.           Node 1: (804) 525-9760 (USRobotics Courier Dual Standard)
  16.              Node 2: (804) 525-5372 (USRobotics Courier V.32bis)
  17.                              FidoNet 1:276/112
  18.                                   Intelec
  19.                              RoseNet (ID: BB-P)
  20.  
  21.                                 Stacy Smith
  22.                               Route 6 Box 189
  23.                            Forest, Virginia 24551
  24.  
  25.  
  26. ┌────────────────────┐
  27. │  1. Introduction:  │
  28. └────────────────────┘
  29.  
  30. Archive Identifier (ARCID) is a derivative of the UpLoadProcessor (ULP) system;
  31. users of ULP do not require this program, as each of the ULP programs have
  32. ARCID's abilities built into it.
  33.  
  34. ARCID is intended for use by people who wish to be able to accurately detect a
  35. archive's format without relying on the file extension, but do not wish to use
  36. ULP. These people may be sysops using EXZTEST, ZIPLAB, ZDCS, FWKCS, etc., or
  37. may be using their own homemade batch files for testing archives, or even other
  38. purposes I haven't thought of.
  39.  
  40. Regardless, ARCID is an extremely simple and fast tool for people who deal with
  41. compressed files on a regular basis.
  42.  
  43.  
  44. ┌──────────────────────────────────────┐
  45. │  2. Features of Archive Identifier:  │
  46. └──────────────────────────────────────┘
  47.  
  48.       ∙ Identifies ARC, ARJ, HYP, LZH, PAK, SQZ, ZIP, ZOO and GIF files,
  49.         regardless of their file extensions (ideal for software distribution
  50.         networks, like .SDN files).
  51.       ∙ Identifies ARJ, LZH, PAK, SQZ and ZIP self-extracting (SFX) archives.
  52.       ∙ Can filter other file types based solely upon file extension.
  53.       ∙ A total of 97 archive formats and files extensions can be defined for
  54.         conditional branching of batch files.
  55.       ∙ Fully network-aware using DOS SHARE-compatible locks.
  56.       ∙ Written in C for optimal speed, using Borland C++ 3.1.
  57.       ∙ Lifetime registration; pay ONCE and your registration number will work
  58.         on all future versions!
  59.  
  60.  
  61. ┌───────────────────────────────────────────────────────┐
  62. │  3. Files Included in the ARCID Distribution Archive  │
  63. └───────────────────────────────────────────────────────┘
  64.  
  65.         ARCID.COM       Archive Identifier processing program.
  66.         PCBTEST.BAT     Sample PCBTEST.BAT file for using ARCID.
  67.         SLOWDRV.BAT     Sample SLOWDRV.BAT file for using ARCID.
  68.         ARCID.DOC       This file.
  69.         HISTORY.TXT     ARCID revision history in reverse order.
  70.         REGISTER.FRM    Registration form for ARCID.
  71.         FILE_ID.DIZ     Internal description file.
  72.  
  73. When you unzip the distribution archive, you should see my PKZIP authenticity
  74. verification stamp, and a '-AV' after every file in the archive:
  75.  
  76.         # SSU301    The Bloom Beacon-Picayune BBS
  77.  
  78. If there are any files missing or added, or the -AV stamp is missing, the
  79. archive has been tampered with. It would be advisable to call my BBS (listed at
  80. the top of this document) for the latest version of ARCID.
  81.  
  82.  
  83. ┌───────────────────────────┐
  84. │  4. Program Requirements  │
  85. └───────────────────────────┘
  86.  
  87. To the best of my knowledge, this program will run on most any machine capable
  88. of running the popular archivers in use today. My BBS setup is DESQview on a
  89. LANtastic network, but other sysops that I have been in contact with have
  90. successfully implemented ULP on setups with CD-ROMs and other varying hardware.
  91.  
  92. ARCID has been developed and tested using archives created by the following
  93. archiving packages:
  94.  
  95.         ARJ 2.10 through 2.39f (by Robert Jung)
  96.         HYPER 2.5 (by P. Sawatzki and K. P. Nischke)
  97.         LHA 2.12 and 2.13 (by Haruyasu Yoshizaki)
  98.         LHarc 1.13c (by Haruyasu Yoshizaki)
  99.         PAK 2.51 (by NoGate Consulting)
  100.         PKPAK 3.61 (by PKWare)
  101.         PKZIP 1.10 through 2.04g (by PKWare)
  102.         SQZ 1.08.2 (by Jonas Hammarberg)
  103.         ZOO 2.01 through 2.10 (by Rahul Deshi)
  104.  
  105. The ARCID system requires DOS 3.x or later, as it uses DOS SHARE-compatible
  106. file reads and writes.
  107.  
  108. ARCID's memory requirements are extremely small (less than 64K). For the batch
  109. file operations, however, it would be a good idea to have as much free
  110. conventional memory as possible (ARCID itself cannot use EMS or XMS memory, and
  111. really couldn't use it if I wanted it to).
  112.  
  113.  
  114. ┌───────────────────┐
  115. │  5. Registration  │
  116. └───────────────────┘
  117.  
  118. The ARCID system is not free; nor is ARCID is crippled to force registration.
  119. ARCID is fully functional, and will always remain so. The only variation with
  120. the registered copies is no beg message and time delay.
  121.  
  122. Why register? Besides a clean conscience, you will get a registration code that
  123. will work for all future versions of ARCID, and will remove the message and
  124. time delay at the end of execution of ARCID.
  125.  
  126. The registration fee for your unique code is $8 for non-commercial BBSes. The
  127. registration fee for commercial BBSes, defined if you run your BBS in the
  128. course of a commercial business, or your if BBS turns a profit, is $15. Other
  129. variations are available; refer to the file REGISTER.FRM for all registration
  130. options. Please print the file REGISTER.FRM and fill it out. You can print out
  131. the form by issuing the following command from the DOS prompt:
  132.  
  133.         TYPE REGISTER.FRM > PRN
  134.  
  135.  
  136. ┌───────────────────────────────────────┐
  137. │  6. License, Warranty and Disclaimer  │
  138. └───────────────────────────────────────┘
  139.  
  140. I'll keep this part short and sweet, and dispense with the legal-ese:
  141.  
  142.     License: You are allowed to use ARCID for 30 days, after which you must
  143.         either register ARCID or stop using it completely. ARCID registration
  144.         is a license for your use of ARCID; I retain ownership of the software.
  145.         A single registration applies to a single BBS system, regardless of the
  146.         number of computers used in the system. If you run two or more distinct
  147.         BBS systems on the same computer (with different names), you require
  148.         two or more ARCID registrations. Refer to the registration form for the
  149.         currect pricing structure.
  150.  
  151.     Warranty: There isn't one. The only thing I'll guarantee is that ARCID will
  152.         take up disk space, and will disappear when deleted.
  153.  
  154.     Disclaimer: I'm not responsible for anything bad that happens. ARCID works
  155.         here, but I cannot be held responsible for it not working on your
  156.         computer or doing any damage to hardware or software.
  157.  
  158. If these aren't agreeable with you, then the best thing to do is delete ARCID
  159. right now. I'll do my best to help any user (registered or not) that wants to
  160. use ARCID, and I'll act on bug reports quickly, but I simply cannot and will
  161. not be responsible for anything bad, like lost data, disk crashes, or whatever
  162. else you can think of.
  163.  
  164.  
  165. ┌───────────────────┐
  166. │  7. Installation  │
  167. └───────────────────┘
  168.  
  169. GENERAL:
  170. ────────
  171. Copy the file ARCID.COM into a subdirectory that is included in the DOS path,
  172. so that ARCID may be executed from anywhere. I would suggest your PCB home
  173. directory, usually 'C:\PCB\'.
  174.  
  175. If you are running PCBoard under a network or a multitasking operating system,
  176. you should already have DOS's SHARE.EXE loaded. You must have SHARE loaded in
  177. order to take advantage of the file sharing and locking methods used by the
  178. ARCID program to prevent data loss. (If you are running a single-node system
  179. without a multitasker, SHARE is not needed).
  180.  
  181. Note that for the ARCID program, you can obtain a limited program syntax screen
  182. simply by executing the program with no arguments.
  183.  
  184. FOR UPLOAD TESTING USING 'PCBTEST.BAT':
  185. ───────────────────────────────────────
  186. NOTE: If you are unfamiliar with the operation of PCBTEST.BAT, you will need
  187. to refer to the PCBoard manual on pages 200-202 for an explanation of
  188. PCBTEST.BAT and TESTFILE.EXE.
  189.  
  190. As necessary, refer to the sample PCBTEST.BAT file included in this
  191. archive. This simple batch file will test archive integrity and check for
  192. viruses for any of the detectable formats of ARCID. This batch file can
  193. easily be expanded to perform more tests.
  194.  
  195. ARCID.COM is a drop-in replacement of PCBoard's TESTFILE.EXE. If you are
  196. already using TESTFILE.EXE, then simply replace the TESTFILE command in your
  197. batch file with ARCID. For example, if your current PCBTEST.BAT has the
  198. following line:
  199.  
  200.     TESTFILE %1 ZIP ARJ LZH GIF
  201.  
  202. simply change it to:
  203.  
  204.     ARCID %1 ZIP ARJ LZH GIF
  205.  
  206. ARCID will return a DOS errorlevel corresponding to the archive's position in
  207. the extension list. ARCID is capable of automatically detecting the formats
  208. identified by the following extensions, regardless of the file's true
  209. extension:
  210.  
  211.     ARC     for ARC/PKPAK archives
  212.     ARJ     for ARJ and ARJ self-extracting archives
  213.     GIF     for GIF files
  214.     HYP     for HYPER archives
  215.     LZH     for LHA/LHARC and LHA/LHARC self-extracting archives
  216.     PAK     for PAK and PAK self-extracting archives
  217.     SQZ     for SQZ and SQZ self-extracting archives
  218.     ZIP     for PKZIP and PKZIP self-extracting archives
  219.     ZOO     for ZOO version 2.x archives
  220.  
  221. Do not add 'EXE' to the extension list; ARCID will automatically return to
  222. corresponding errorlevel for an identified self-extracting archive.
  223.  
  224.  
  225. ┌───────────────────────────────────────────┐
  226. │  8. Branding with Your Registration Code  │
  227. └───────────────────────────────────────────┘
  228.  
  229. To brand the ARCID executable with your registration code, type the following
  230. command from the DOS prompt:
  231.  
  232.     ARCID BRAND
  233.  
  234. ARCID will then ask you for your registration information (sysop name, BBS
  235. name and registration code). All of this information is case sensitive; you
  236. must enter it exactly as provided to you. After completion, ARCID will insert
  237. the codes inside of the executable, and the beg message will go away.
  238.  
  239. * NOTE: Do not attempt the brand an ARCID.COM executable that has been
  240.         compressed with PKLITE! This will corrupt the file, and may cause
  241.         ARCID to not function properly. If you want to compress ARCID.COM
  242.         *after* branding, that is will work just fine.
  243.  
  244.  
  245. ┌──────────────┐
  246. │  9. Support  │
  247. └──────────────┘
  248.  
  249. If you require support for ARCID, I can be contacted by any of the following
  250. means:
  251.  
  252.     ∙ Fidonet netmail (node:  1:276/112)
  253.     ∙ Intelec PCBoard conference
  254.     ∙ RoseNet routed mail (system ID:  BB-P)
  255.     ∙ The ULP support conference (#42) on Salt Air (PCBoard support BBS)
  256.     ∙ The Support conference (#2) on my BBS (listed at the top of this
  257.         document).
  258.  
  259.  
  260. ┌───────────────────────────┐
  261. │  10. The Future of ARCID  │
  262. └───────────────────────────┘
  263.  
  264. ARCID will be supported as long as I'm in the BBSing business (which will be
  265. quite a while...once it's in your blood, you can never shake it <grin>). The
  266. ARCID system will be rapidly expanding it's features; some current plans:
  267.  
  268.       ∙ Incorporate code to detect archives containing explicit paths.
  269.       ∙ Incorporate code to detect defective or hacked archives.
  270.  
  271. If you have any other suggestions, or want other archivers supported, please
  272. contact me by U.S. snail-mail or on my BBS at the number at the top of this
  273. document.
  274.  
  275. Thanks for giving ARCID a try!
  276.  
  277.  
  278. ┌────────────────────────────────┐
  279. │  Appendix A:  DOS Errorlevels  │
  280. └────────────────────────────────┘
  281.  
  282. The errorlevels returned to DOS by the ARCID system programs are consistent
  283. among all of the programs (primarily with the error conditions); the following
  284. is a list of the errorlevels than can be returned by the ARCID programs, along
  285. with which programs return the codes:
  286.  
  287.         0       Successful brand of the ARCID executable
  288.         1-97    Successful execution, archive identified
  289.         98      Successful execution, archive NOT identified
  290.         99      Unsuccessful execution, no arguments passed (help screen
  291.                    displayed)
  292.         101     Unsuccessful brand of the ARCID executable
  293.         110     Unable to allocate heap memory
  294.         112     Invalid registration code
  295.         115     Invalid filename provided by user on command-line
  296.